home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / emac16ds.zip / MEMORY.DEF < prev    next >
Text File  |  1990-09-13  |  115b  |  6 lines

  1. NEWLINE    equ    -2
  2. HT    equ    09h
  3. LF    equ    0ah
  4. CR    equ    0dh
  5. LINENEW    equ    CR+LF*256    ;the way a newline is stored in memory.
  6.